.gkgb_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gkgb_left,
.gkgb_right {
    display: flex;
    align-items: center;
}

.gkgb_left {
    width: 45%;
}

.gkgb_right {
    width: 54%;
}

.gkgb_rtTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2%;
}

.gkgb_left_rt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gkgb_left_rt ul li {
    width: 49%;
    background-color: #fff1f1;
    margin-bottom: 2%;
}

.gkgb_left_rt ul li:nth-child(odd) {
    margin-right: 1%;
}

.gkgb_left_rt ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.gkgb_left_rt ul li a p {
    font-size: 16px;
    color: #df2020;
    margin-left: 4%;
}

.gkgb_left_rt {
    margin-left: 2%;
    width: 70%;
}

.gkgb_rtTop div {
    display: flex;
    width: 60%;
}

.gkgb_rtTop div span {
    width: 8px;
    margin-right: 2%;
    background-color: #f13333;
}

.gkgb_rtTop div p {
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.gkgb_rtTop div p i {
    color: #e02121;
    font-style: normal;
}

.gkgb_left_lt {
    width: 199px;
    height: 109px;
    background: url(../images/gkgb_lt.png) no-repeat;
    background-size: contain;
    text-align: center;
}

.gkgb_left_lt img {
    display: block;
    margin: 0 auto;
    margin-top: 8%;
    margin-bottom: 4%;
}

.gkgb_left_lt div {
    background-image: -moz-linear-gradient(1deg, rgb(255, 235, 184) 0%, rgb(255, 214, 113) 100%);
    background-image: -webkit-linear-gradient(1deg, rgb(255, 235, 184) 0%, rgb(255, 214, 113) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(255, 235, 184) 0%, rgb(255, 214, 113) 100%);
    width: 167px;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    font-size: 14px;
    margin: 0 auto;
    color: #61440c;
}

.gkgb_left_lt div i {
    color: #e02121;
    font-style: normal;
}

.gkgb_right_lt {
    width: 22%;
}

.gkgb_right_rt {
    width: 76%;
    margin-left: 2%;
}

.gkgb_right_rt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gkgb_right_rt .gkgb_rightswiper .swiper-slide {
    width: 84px;
    height: 71px;
    background: url(../images/gkgb_bg1.png) no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gkgb_right_rt .gkgb_rightswiper .swiper-slide a {
    font-size: 15px;
    color: #333;
	
}

.gkgb_right_rt .gkgb_rightswiper .swiper-slide:hover {
    background: url(../images/gkgb_bg2.png) no-repeat;
    background-size: contain;
}

.gkgb_right_rt .gkgb_rightswiper .swiper-slide:hover>a {
    color: #fff;
}

.gkgb_right_rt .swiper-container-horizontal>.swiper-pagination-progress {
    top: auto;
    bottom: 0;
}

.gkgb_right_rt .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #e62727;
}